﻿2026-07-29T12:28:39.1693008Z ##[group]Run set -euo pipefail
2026-07-29T12:28:39.1693347Z [36;1mset -euo pipefail[0m
2026-07-29T12:28:39.1693585Z [36;1mPIN=0c95435[0m
2026-07-29T12:28:39.1693825Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-29T12:28:39.1694109Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-29T12:28:39.1694484Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-29T12:28:39.1694979Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-29T12:28:39.1695452Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-29T12:28:39.1695838Z [36;1m  rm -rf "$CACHE"[0m
2026-07-29T12:28:39.1696100Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-29T12:28:39.1696406Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-29T12:28:39.1696779Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-29T12:28:39.1697150Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-29T12:28:39.1697455Z [36;1mfi[0m
2026-07-29T12:28:39.1697789Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-29T12:28:39.1710537Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-29T12:28:39.1710875Z env:
2026-07-29T12:28:39.1711105Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-29T12:28:39.1711510Z   SPT_CI_TEST_TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30451664318-1-PnpJ5M
2026-07-29T12:28:39.1712022Z   TEMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30451664318-1-PnpJ5M
2026-07-29T12:28:39.1712517Z   TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30451664318-1-PnpJ5M
2026-07-29T12:28:39.1713023Z   TMPDIR: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30451664318-1-PnpJ5M
2026-07-29T12:28:39.1713409Z ##[endgroup]
2026-07-29T12:28:39.4722435Z    Compiling proc-macro2 v1.0.106
2026-07-29T12:28:39.4723251Z    Compiling unicode-ident v1.0.24
2026-07-29T12:28:39.4723951Z    Compiling quote v1.0.45
2026-07-29T12:28:39.4724376Z    Compiling libc v0.2.186
2026-07-29T12:28:39.4724741Z    Compiling serde_core v1.0.228
2026-07-29T12:28:39.4725126Z    Compiling cfg-if v1.0.4
2026-07-29T12:28:39.4725475Z    Compiling serde v1.0.228
2026-07-29T12:28:39.4749276Z    Compiling log v0.4.32
2026-07-29T12:28:39.4804503Z    Compiling pin-project-lite v0.2.17
2026-07-29T12:28:39.4834715Z    Compiling typenum v1.20.1
2026-07-29T12:28:39.4835607Z    Compiling portable-atomic v1.13.1
2026-07-29T12:28:39.4836125Z    Compiling memchr v2.8.1
2026-07-29T12:28:39.4851054Z    Compiling version_check v0.9.5
2026-07-29T12:28:39.4911426Z    Compiling shlex v2.0.1
2026-07-29T12:28:39.4981470Z    Compiling find-msvc-tools v0.1.9
2026-07-29T12:28:39.5252631Z    Compiling critical-section v1.2.0
2026-07-29T12:28:39.5709677Z    Compiling subtle v2.6.1
2026-07-29T12:28:39.5811414Z    Compiling bytes v1.11.1
2026-07-29T12:28:39.6353852Z    Compiling futures-core v0.3.32
2026-07-29T12:28:39.7155628Z    Compiling smallvec v1.15.1
2026-07-29T12:28:39.7238041Z    Compiling equivalent v1.0.2
2026-07-29T12:28:39.7740881Z    Compiling itoa v1.0.18
2026-07-29T12:28:39.7782443Z    Compiling semver v1.0.28
2026-07-29T12:28:39.7965335Z    Compiling stable_deref_trait v1.2.1
2026-07-29T12:28:39.8031948Z    Compiling slab v0.4.12
2026-07-29T12:28:39.8421363Z    Compiling futures-sink v0.3.32
2026-07-29T12:28:39.8671037Z    Compiling futures-io v0.3.32
2026-07-29T12:28:39.8771004Z    Compiling futures-task v0.3.32
2026-07-29T12:28:39.8810920Z    Compiling generic-array v0.14.7
2026-07-29T12:28:39.9142154Z    Compiling futures-channel v0.3.32
2026-07-29T12:28:39.9554669Z    Compiling rand_core v0.10.1
2026-07-29T12:28:40.0191182Z    Compiling rustversion v1.0.22
2026-07-29T12:28:40.0211014Z    Compiling hashbrown v0.17.1
2026-07-29T12:28:40.0453759Z    Compiling bitflags v2.12.1
2026-07-29T12:28:40.0791013Z    Compiling cpufeatures v0.2.17
2026-07-29T12:28:40.0950673Z    Compiling getrandom v0.4.2
2026-07-29T12:28:40.1110910Z    Compiling rustc_version v0.4.1
2026-07-29T12:28:40.1360475Z    Compiling fnv v1.0.7
2026-07-29T12:28:40.1690757Z    Compiling strsim v0.11.1
2026-07-29T12:28:40.2090717Z    Compiling cfg_aliases v0.2.1
2026-07-29T12:28:40.2280582Z    Compiling writeable v0.6.3
2026-07-29T12:28:40.2441062Z    Compiling litemap v0.8.2
2026-07-29T12:28:40.2780616Z    Compiling dunce v1.0.5
2026-07-29T12:28:40.3220803Z    Compiling icu_normalizer_data v2.2.0
2026-07-29T12:28:40.4051016Z    Compiling ident_case v1.0.1
2026-07-29T12:28:40.4160910Z    Compiling fs_extra v1.3.0
2026-07-29T12:28:40.4360845Z    Compiling utf8_iter v1.0.4
2026-07-29T12:28:40.4520509Z    Compiling icu_properties_data v2.2.0
2026-07-29T12:28:40.5070927Z    Compiling autocfg v1.5.1
2026-07-29T12:28:40.5650837Z    Compiling percent-encoding v2.3.2
2026-07-29T12:28:40.5780665Z    Compiling http v1.4.1
2026-07-29T12:28:40.7041035Z    Compiling thiserror v2.0.18
2026-07-29T12:28:40.7860462Z    Compiling cpufeatures v0.3.0
2026-07-29T12:28:40.8125681Z    Compiling indexmap v2.14.0
2026-07-29T12:28:40.8249810Z    Compiling aws-lc-rs v1.17.0
2026-07-29T12:28:40.8341362Z    Compiling unicode-segmentation v1.13.3
2026-07-29T12:28:40.8520754Z    Compiling scopeguard v1.2.0
2026-07-29T12:28:40.8616025Z    Compiling chacha20 v0.10.0
2026-07-29T12:28:40.9131026Z    Compiling syn v2.0.117
2026-07-29T12:28:40.9533214Z    Compiling lock_api v0.4.14
2026-07-29T12:28:40.9685415Z    Compiling form_urlencoded v1.2.2
2026-07-29T12:28:41.0050625Z    Compiling untrusted v0.9.0
2026-07-29T12:28:41.0360725Z    Compiling heck v0.5.0
2026-07-29T12:28:41.1590842Z    Compiling rustls v0.23.40
2026-07-29T12:28:41.1591966Z    Compiling const-oid v0.10.2
2026-07-29T12:28:41.1651222Z    Compiling anyhow v1.0.102
2026-07-29T12:28:41.1810517Z    Compiling atomic-waker v1.1.2
2026-07-29T12:28:41.2061393Z    Compiling unicode-xid v0.2.6
2026-07-29T12:28:41.2462240Z    Compiling jobserver v0.1.34
2026-07-29T12:28:41.2720550Z    Compiling zerocopy v0.8.50
2026-07-29T12:28:41.2853333Z    Compiling parking_lot_core v0.9.12
2026-07-29T12:28:41.3240145Z    Compiling httparse v1.10.1
2026-07-29T12:28:41.3576081Z    Compiling paste v1.0.15
2026-07-29T12:28:41.3763153Z    Compiling convert_case v0.10.0
2026-07-29T12:28:41.3876996Z    Compiling hybrid-array v0.4.12
2026-07-29T12:28:41.4229325Z    Compiling num-traits v0.2.19
2026-07-29T12:28:41.5150597Z    Compiling cc v1.2.63
2026-07-29T12:28:41.5491413Z    Compiling curve25519-dalek v4.1.3
2026-07-29T12:28:41.6248211Z    Compiling ahash v0.8.12
2026-07-29T12:28:41.6830680Z    Compiling http-body v1.0.1
2026-07-29T12:28:41.6965517Z    Compiling fastrand v2.4.1
2026-07-29T12:28:41.7020744Z    Compiling either v1.16.0
2026-07-29T12:28:41.7357833Z    Compiling base64ct v1.8.3
2026-07-29T12:28:41.7465168Z    Compiling powerfmt v0.2.0
2026-07-29T12:28:41.9638633Z    Compiling crypto-common v0.1.7
2026-07-29T12:28:41.9941912Z    Compiling block-buffer v0.10.4
2026-07-29T12:28:42.0007332Z    Compiling deranged v0.5.8
2026-07-29T12:28:42.0231239Z    Compiling mio v1.2.1
2026-07-29T12:28:42.0601178Z    Compiling socket2 v0.6.4
2026-07-29T12:28:42.0710886Z    Compiling getrandom v0.2.17
2026-07-29T12:28:42.1094729Z    Compiling digest v0.10.7
2026-07-29T12:28:42.1165879Z    Compiling pem-rfc7468 v1.0.0
2026-07-29T12:28:42.2537238Z    Compiling rand_core v0.6.4
2026-07-29T12:28:42.2640666Z    Compiling tower-service v0.3.3
2026-07-29T12:28:42.3180260Z    Compiling rand v0.10.1
2026-07-29T12:28:42.3506833Z    Compiling uuid v1.23.2
2026-07-29T12:28:42.3513693Z    Compiling pkg-config v0.3.33
2026-07-29T12:28:42.3697507Z    Compiling tinyvec_macros v0.1.1
2026-07-29T12:28:42.3747619Z    Compiling zmij v1.0.21
2026-07-29T12:28:42.4173710Z    Compiling try-lock v0.2.5
2026-07-29T12:28:42.4284146Z    Compiling time-core v0.1.8
2026-07-29T12:28:42.5010698Z    Compiling data-encoding v2.11.0
2026-07-29T12:28:42.5329081Z    Compiling vcpkg v0.2.15
2026-07-29T12:28:42.5495574Z    Compiling base64 v0.22.1
2026-07-29T12:28:42.6146221Z    Compiling num-conv v0.2.2
2026-07-29T12:28:42.6300292Z    Compiling want v0.3.1
2026-07-29T12:28:42.7186576Z    Compiling tinyvec v1.11.0
2026-07-29T12:28:42.8040438Z    Compiling parking_lot v0.12.5
2026-07-29T12:28:42.8121833Z    Compiling sha2 v0.10.9
2026-07-29T12:28:42.8450909Z    Compiling crypto-common v0.2.2
2026-07-29T12:28:42.8914847Z    Compiling block-buffer v0.12.0
2026-07-29T12:28:43.0560772Z    Compiling cmake v0.1.58
2026-07-29T12:28:43.0720592Z    Compiling inout v0.1.4
2026-07-29T12:28:43.1230643Z    Compiling vergen-lib v9.1.0
2026-07-29T12:28:43.1840636Z    Compiling n0-future v0.3.2
2026-07-29T12:28:43.2960514Z    Compiling httpdate v1.0.3
2026-07-29T12:28:43.3050378Z    Compiling diatomic-waker v0.2.3
2026-07-29T12:28:43.3440673Z    Compiling parking v2.2.1
2026-07-29T12:28:43.4212826Z    Compiling cordyceps v0.3.4
2026-07-29T12:28:43.4268205Z    Compiling crossbeam-utils v0.8.21
2026-07-29T12:28:43.4437463Z    Compiling spin v0.10.0
2026-07-29T12:28:43.4780440Z    Compiling signature v2.2.0
2026-07-29T12:28:43.4991811Z    Compiling serde_json v1.0.150
2026-07-29T12:28:43.5490808Z    Compiling winnow v1.0.3
2026-07-29T12:28:43.5631109Z    Compiling ed25519 v2.2.3
2026-07-29T12:28:43.5968133Z    Compiling futures-lite v2.6.1
2026-07-29T12:28:43.6431765Z    Compiling cipher v0.4.4
2026-07-29T12:28:43.6619286Z    Compiling netlink-packet-core v0.8.1
2026-07-29T12:28:43.6861635Z    Compiling universal-hash v0.5.1
2026-07-29T12:28:43.7123863Z    Compiling vergen v9.1.0
2026-07-29T12:28:43.7180235Z    Compiling vergen-lib v0.1.6
2026-07-29T12:28:43.8030565Z    Compiling futures-buffered v0.2.13
2026-07-29T12:28:43.8076617Z    Compiling digest v0.11.3
2026-07-29T12:28:43.8177229Z    Compiling heapless v0.7.17
2026-07-29T12:28:43.8264788Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-29T12:28:43.8775134Z    Compiling noq-udp v0.10.0
2026-07-29T12:28:43.8940361Z    Compiling sync_wrapper v1.0.2
2026-07-29T12:28:43.9757705Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-29T12:28:43.9920486Z    Compiling allocator-api2 v0.2.21
2026-07-29T12:28:44.0360516Z    Compiling byteorder v1.5.0
2026-07-29T12:28:44.0441887Z    Compiling opaque-debug v0.3.1
2026-07-29T12:28:44.0785220Z    Compiling aws-lc-sys v0.41.0
2026-07-29T12:28:44.0946043Z    Compiling ring v0.17.14
2026-07-29T12:28:44.0956750Z    Compiling libsqlite3-sys v0.30.1
2026-07-29T12:28:44.1009441Z    Compiling polyval v0.6.2
2026-07-29T12:28:44.2222686Z    Compiling spin v0.9.8
2026-07-29T12:28:44.2360526Z    Compiling vergen-gitcl v1.0.8
2026-07-29T12:28:44.2881372Z    Compiling hash32 v0.2.1
2026-07-29T12:28:44.3488244Z    Compiling fallible-iterator v0.3.0
2026-07-29T12:28:44.3661631Z    Compiling tower-layer v0.3.3
2026-07-29T12:28:44.4314953Z    Compiling num_threads v0.1.7
2026-07-29T12:28:44.4430838Z    Compiling ryu v1.0.23
2026-07-29T12:28:44.4890934Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-29T12:28:44.5142892Z    Compiling signature v3.0.0
2026-07-29T12:28:44.5554065Z    Compiling time v0.3.47
2026-07-29T12:28:44.5760250Z    Compiling ghash v0.5.1
2026-07-29T12:28:44.6357825Z    Compiling sha2 v0.11.0-rc.5
2026-07-29T12:28:44.6840639Z    Compiling aes v0.8.4
2026-07-29T12:28:44.6944476Z    Compiling ctr v0.9.2
2026-07-29T12:28:44.7021334Z    Compiling aead v0.5.2
2026-07-29T12:28:44.8050624Z    Compiling fs2 v0.4.3
2026-07-29T12:28:44.8180663Z    Compiling http-body-util v0.1.3
2026-07-29T12:28:44.8208746Z    Compiling arrayvec v0.7.6
2026-07-29T12:28:44.9122140Z    Compiling openssl-probe v0.2.1
2026-07-29T12:28:44.9221830Z    Compiling utf8parse v0.2.2
2026-07-29T12:28:44.9684881Z    Compiling crossbeam-epoch v0.9.18
2026-07-29T12:28:45.0439369Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-29T12:28:45.0720682Z    Compiling crossbeam-channel v0.5.15
2026-07-29T12:28:45.0833475Z    Compiling blake3 v1.8.5
2026-07-29T12:28:45.1074977Z    Compiling netlink-packet-route v0.29.0
2026-07-29T12:28:45.1445719Z    Compiling memoffset v0.6.5
2026-07-29T12:28:45.2950482Z    Compiling aes-gcm v0.10.3
2026-07-29T12:28:45.3321568Z    Compiling acto v0.8.2
2026-07-29T12:28:45.3478737Z    Compiling netwatch v0.16.0
2026-07-29T12:28:45.4471862Z    Compiling noq v0.18.0
2026-07-29T12:28:45.4779181Z    Compiling sorted-index-buffer v0.2.1
2026-07-29T12:28:45.5004979Z    Compiling ref-cast v1.0.25
2026-07-29T12:28:45.5900514Z    Compiling mac-addr v0.3.0
2026-07-29T12:28:45.6111344Z    Compiling foldhash v0.2.0
2026-07-29T12:28:45.6306553Z    Compiling identity-hash v0.1.0
2026-07-29T12:28:45.6810800Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-29T12:28:45.7320735Z    Compiling rustc-hash v2.1.2
2026-07-29T12:28:45.7840882Z    Compiling lru-slab v0.1.2
2026-07-29T12:28:45.7944313Z    Compiling rustix v1.1.4
2026-07-29T12:28:45.8030503Z    Compiling thiserror v1.0.69
2026-07-29T12:28:45.8496270Z    Compiling tagptr v0.2.0
2026-07-29T12:28:45.8630834Z    Compiling xml-rs v0.8.28
2026-07-29T12:28:45.9480612Z    Compiling hashbrown v0.16.1
2026-07-29T12:28:46.1142278Z    Compiling netlink-packet-route v0.30.0
2026-07-29T12:28:46.2580553Z    Compiling errno v0.3.14
2026-07-29T12:28:46.2799213Z    Compiling serial-core v0.4.0
2026-07-29T12:28:46.3822378Z    Compiling ioctl-rs v0.1.6
2026-07-29T12:28:46.3956488Z    Compiling termios v0.2.2
2026-07-29T12:28:46.4433575Z    Compiling synstructure v0.13.2
2026-07-29T12:28:46.4769602Z    Compiling darling_core v0.20.11
2026-07-29T12:28:46.5420515Z    Compiling serde_derive_internals v0.29.1
2026-07-29T12:28:46.5670444Z    Compiling aho-corasick v1.1.4
2026-07-29T12:28:46.8370526Z    Compiling proc-macro-crate v3.5.0
2026-07-29T12:28:46.8791598Z    Compiling xmltree v0.10.3
2026-07-29T12:28:46.9375574Z    Compiling simple-dns v0.9.3
2026-07-29T12:28:47.1238669Z    Compiling arrayref v0.3.9
2026-07-29T12:28:47.1317889Z    Compiling winnow v0.7.15
2026-07-29T12:28:47.1730379Z    Compiling constant_time_eq v0.4.2
2026-07-29T12:28:47.2196338Z    Compiling toml_write v0.1.2
2026-07-29T12:28:47.2220131Z    Compiling resolv-conf v0.7.6
2026-07-29T12:28:47.3897812Z    Compiling signal-hook v0.3.18
2026-07-29T12:28:47.4526332Z    Compiling linux-raw-sys v0.12.1
2026-07-29T12:28:47.4610523Z    Compiling smol_str v0.1.24
2026-07-29T12:28:47.5375572Z    Compiling regex-syntax v0.8.10
2026-07-29T12:28:47.5561347Z    Compiling simdutf8 v0.1.5
2026-07-29T12:28:47.6620435Z    Compiling sha1_smol v1.0.1
2026-07-29T12:28:47.8050611Z    Compiling lru v0.16.4
2026-07-29T12:28:47.8408643Z    Compiling serial-unix v0.4.0
2026-07-29T12:28:47.8793705Z    Compiling darling_core v0.23.0
2026-07-29T12:28:48.0100679Z    Compiling signal-hook-registry v1.4.8
2026-07-29T12:28:48.1581759Z    Compiling serde_bytes v0.11.19
2026-07-29T12:28:48.4035391Z    Compiling hmac v0.12.1
2026-07-29T12:28:48.4036239Z    Compiling seize v0.5.1
2026-07-29T12:28:48.4647998Z    Compiling serde_derive v1.0.228
2026-07-29T12:28:48.5243401Z    Compiling zeroize_derive v1.4.3
2026-07-29T12:28:48.5389370Z    Compiling tokio-macros v2.7.0
2026-07-29T12:28:48.8451355Z    Compiling futures-macro v0.3.32
2026-07-29T12:28:49.1430640Z    Compiling zeroize v1.8.2
2026-07-29T12:28:49.3229679Z    Compiling zerofrom-derive v0.1.7
2026-07-29T12:28:49.3488547Z    Compiling tokio v1.52.3
2026-07-29T12:28:49.5040717Z    Compiling yoke-derive v0.8.2
2026-07-29T12:28:49.6630542Z    Compiling zerovec-derive v0.11.3
2026-07-29T12:28:49.7580465Z    Compiling displaydoc v0.2.6
2026-07-29T12:28:49.8708862Z    Compiling futures-util v0.3.32
2026-07-29T12:28:50.0080549Z    Compiling tracing-attributes v0.1.31
2026-07-29T12:28:50.3825341Z    Compiling rustls-pki-types v1.14.1
2026-07-29T12:28:50.6058819Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-29T12:28:50.9000140Z    Compiling thiserror-impl v2.0.18
2026-07-29T12:28:50.9350641Z    Compiling zerofrom v0.1.8
2026-07-29T12:28:51.0654825Z    Compiling yoke v0.8.3
2026-07-29T12:28:51.2730288Z    Compiling zerotrie v0.2.4
2026-07-29T12:28:51.2971012Z    Compiling darling_macro v0.20.11
2026-07-29T12:28:51.3310528Z    Compiling zerovec v0.11.6
2026-07-29T12:28:51.4771280Z    Compiling derive_more-impl v2.1.1
2026-07-29T12:28:51.6661276Z    Compiling spez v0.1.2
2026-07-29T12:28:51.6790705Z    Compiling darling v0.20.11
2026-07-29T12:28:51.6880646Z    Compiling n0-error-macros v0.1.3
2026-07-29T12:28:51.7480277Z    Compiling derive_builder_core v0.20.2
2026-07-29T12:28:52.1080805Z    Compiling der v0.8.0-rc.10
2026-07-29T12:28:52.1980626Z    Compiling tinystr v0.8.3
2026-07-29T12:28:52.2171195Z    Compiling potential_utf v0.1.5
2026-07-29T12:28:52.4168195Z    Compiling icu_locale_core v2.2.0
2026-07-29T12:28:52.4243429Z    Compiling icu_collections v2.2.0
2026-07-29T12:28:52.7437759Z    Compiling pin-project-internal v1.1.13
2026-07-29T12:28:52.9401160Z    Compiling n0-error v0.1.3
2026-07-29T12:28:53.1091288Z    Compiling derive_builder_macro v0.20.2
2026-07-29T12:28:53.1870938Z    Compiling ed25519-dalek v2.2.0
2026-07-29T12:28:53.4083209Z    Compiling spt-proto v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-07-29T12:28:53.4551243Z    Compiling derive_builder v0.20.2
2026-07-29T12:28:53.5130616Z    Compiling cobs v0.3.0
2026-07-29T12:28:53.6945857Z    Compiling icu_provider v2.2.0
2026-07-29T12:28:53.7520446Z    Compiling spki v0.8.0-rc.4
2026-07-29T12:28:53.9580359Z    Compiling ipnet v2.12.0
2026-07-29T12:28:53.9642209Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-29T12:28:53.9703546Z    Compiling futures-executor v0.3.32
2026-07-29T12:28:54.1070518Z    Compiling icu_properties v2.2.0
2026-07-29T12:28:54.1320786Z    Compiling icu_normalizer v2.2.0
2026-07-29T12:28:54.1440719Z    Compiling pin-project v1.1.13
2026-07-29T12:28:54.2253770Z    Compiling futures v0.3.32
2026-07-29T12:28:54.2660720Z    Compiling ed25519 v3.0.0-rc.4
2026-07-29T12:28:54.4436450Z    Compiling prefix-trie v0.8.4
2026-07-29T12:28:54.6845969Z    Compiling once_cell v1.21.4
2026-07-29T12:28:54.7231100Z    Compiling postcard-derive v0.2.2
2026-07-29T12:28:54.8207662Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-29T12:28:54.9044816Z    Compiling tracing-core v0.1.36
2026-07-29T12:28:55.0257315Z    Compiling rustls-native-certs v0.8.4
2026-07-29T12:28:55.1219160Z    Compiling hashbrown v0.14.5
2026-07-29T12:28:55.1340691Z    Compiling strum_macros v0.28.0
2026-07-29T12:28:55.2651019Z    Compiling async-trait v0.1.89
2026-07-29T12:28:55.3043511Z    Compiling data-encoding-macro v0.1.20
2026-07-29T12:28:55.3580696Z    Compiling enum-assoc v1.3.0
2026-07-29T12:28:55.3627568Z    Compiling postcard v1.1.3
2026-07-29T12:28:55.5020574Z    Compiling tracing v0.1.44
2026-07-29T12:28:55.5830565Z    Compiling tokio-util v0.7.18
2026-07-29T12:28:55.8103359Z    Compiling idna_adapter v1.2.2
2026-07-29T12:28:55.8947393Z    Compiling hashlink v0.9.1
2026-07-29T12:28:55.9390791Z    Compiling idna v1.1.0
2026-07-29T12:28:55.9433572Z    Compiling netlink-sys v0.8.8
2026-07-29T12:28:55.9984322Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-29T12:28:56.1410825Z    Compiling derive_more v2.1.1
2026-07-29T12:28:56.1928478Z    Compiling tower v0.5.3
2026-07-29T12:28:56.2150647Z    Compiling iroh-metrics-derive v0.4.1
2026-07-29T12:28:56.2200457Z    Compiling num_enum_derive v0.7.6
2026-07-29T12:28:56.3383533Z    Compiling rusqlite v0.32.1
2026-07-29T12:28:56.3461204Z    Compiling netlink-proto v0.12.0
2026-07-29T12:28:56.3560896Z    Compiling netdev v0.42.0
2026-07-29T12:28:56.4222063Z    Compiling url v2.5.8
2026-07-29T12:28:56.4444788Z    Compiling iroh-relay v0.98.0
2026-07-29T12:28:56.4750981Z    Compiling moka v0.12.15
2026-07-29T12:28:56.5667380Z    Compiling toml_datetime v0.6.11
2026-07-29T12:28:56.6270568Z    Compiling h2 v0.4.14
2026-07-29T12:28:56.8101163Z    Compiling iroh-metrics v0.38.3
2026-07-29T12:28:56.9250942Z    Compiling n0-watcher v0.6.1
2026-07-29T12:28:56.9310475Z    Compiling tokio-stream v0.1.18
2026-07-29T12:28:56.9661014Z    Compiling serde_spanned v0.6.9
2026-07-29T12:28:57.1456217Z    Compiling thiserror-impl v1.0.69
2026-07-29T12:28:57.1876065Z    Compiling ref-cast-impl v1.0.25
2026-07-29T12:28:57.3970642Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-29T12:28:57.4920666Z    Compiling num_enum v0.7.6
2026-07-29T12:28:57.5139534Z    Compiling iroh-base v0.98.0
2026-07-29T12:28:57.5500973Z    Compiling tower-http v0.6.11
2026-07-29T12:28:57.5984328Z    Compiling attohttpc v0.30.1
2026-07-29T12:28:57.7430765Z    Compiling spt-store v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-07-29T12:28:57.8470549Z    Compiling toml_edit v0.22.27
2026-07-29T12:28:58.0240573Z    Compiling strum v0.28.0
2026-07-29T12:28:58.1180660Z    Compiling iroh-dns v0.98.0
2026-07-29T12:28:58.1410844Z    Compiling webpki-roots v1.0.7
2026-07-29T12:28:58.1570559Z    Compiling regex-automata v0.4.14
2026-07-29T12:28:58.2253557Z    Compiling schemars_derive v1.2.1
2026-07-29T12:28:58.3021425Z    Compiling iroh v0.98.2
2026-07-29T12:28:58.4130938Z    Compiling pin-utils v0.1.0
2026-07-29T12:28:58.4641075Z    Compiling cmov v0.5.4
2026-07-29T12:28:58.4731275Z    Compiling rustix v0.38.44
2026-07-29T12:28:58.5770898Z    Compiling bitflags v1.3.2
2026-07-29T12:28:58.6417795Z    Compiling dyn-clone v1.0.20
2026-07-29T12:28:58.7164075Z    Compiling ctutils v0.4.2
2026-07-29T12:28:58.7350776Z    Compiling nix v0.25.1
2026-07-29T12:28:58.8010983Z    Compiling backon v1.6.0
2026-07-29T12:28:58.9500671Z    Compiling darling_macro v0.23.0
2026-07-29T12:28:59.0000909Z    Compiling papaya v0.2.4
2026-07-29T12:28:59.0150725Z    Compiling hkdf v0.12.4
2026-07-29T12:28:59.0952877Z    Compiling filedescriptor v0.8.3
2026-07-29T12:28:59.1497504Z    Compiling serial v0.4.0
2026-07-29T12:28:59.2770428Z    Compiling anstyle-parse v1.0.0
2026-07-29T12:28:59.3521149Z    Compiling vte_generate_state_changes v0.1.2
2026-07-29T12:28:59.3950357Z    Compiling is_terminal_polyfill v1.70.2
2026-07-29T12:28:59.4622692Z    Compiling colorchoice v1.0.5
2026-07-29T12:28:59.4770887Z    Compiling linux-raw-sys v0.4.15
2026-07-29T12:28:59.5492169Z    Compiling foldhash v0.1.5
2026-07-29T12:28:59.5526458Z    Compiling unicode-width v0.2.0
2026-07-29T12:28:59.5670850Z    Compiling downcast-rs v1.2.1
2026-07-29T12:28:59.5841231Z    Compiling anstyle v1.0.14
2026-07-29T12:28:59.6380706Z    Compiling instability v0.3.12
2026-07-29T12:28:59.6738558Z    Compiling anstyle-query v1.1.5
2026-07-29T12:28:59.7410536Z    Compiling shell-words v1.1.1
2026-07-29T12:28:59.7749490Z    Compiling hashbrown v0.15.5
2026-07-29T12:28:59.8051014Z    Compiling vte v0.13.1
2026-07-29T12:28:59.8531051Z    Compiling anstream v1.0.0
2026-07-29T12:28:59.9080513Z    Compiling darling v0.23.0
2026-07-29T12:28:59.9210552Z    Compiling signal-hook-mio v0.2.5
2026-07-29T12:28:59.9321372Z    Compiling spake2 v0.4.0
2026-07-29T12:28:59.9990706Z    Compiling terminal_size v0.4.4
2026-07-29T12:29:00.0400853Z    Compiling strum_macros v0.26.4
2026-07-29T12:29:00.1187540Z    Compiling sha1 v0.10.6
2026-07-29T12:29:00.3334042Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-29T12:29:00.3613580Z    Compiling itertools v0.13.0
2026-07-29T12:29:00.4510358Z    Compiling castaway v0.2.4
2026-07-29T12:29:00.4790825Z    Compiling schemars v1.2.1
2026-07-29T12:29:00.5600539Z    Compiling indoc v2.0.7
2026-07-29T12:29:00.5670564Z    Compiling unicode-width v0.1.14
2026-07-29T12:29:00.9320656Z    Compiling toml v0.8.23
2026-07-29T12:29:00.9880761Z    Compiling clap_lex v1.1.0
2026-07-29T12:29:01.1031123Z    Compiling doctest-file v1.1.1
2026-07-29T12:29:01.2911216Z    Compiling regex v1.12.3
2026-07-29T12:29:01.3189304Z    Compiling static_assertions v1.1.0
2026-07-29T12:29:01.4200423Z    Compiling compact_str v0.8.2
2026-07-29T12:29:01.5590555Z    Compiling interprocess v2.4.2
2026-07-29T12:29:01.9500770Z    Compiling clap_builder v4.6.0
2026-07-29T12:29:02.3330744Z    Compiling hyper v1.10.1
2026-07-29T12:29:02.3941793Z    Compiling unicode-truncate v1.1.0
2026-07-29T12:29:02.4835884Z    Compiling crossterm v0.28.1
2026-07-29T12:29:02.5731746Z    Compiling spt-msg v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-07-29T12:29:02.6819738Z    Compiling lru v0.12.5
2026-07-29T12:29:02.7656794Z    Compiling strum v0.26.3
2026-07-29T12:29:02.7962823Z    Compiling clap_derive v4.6.1
2026-07-29T12:29:02.8920662Z    Compiling cassowary v0.3.0
2026-07-29T12:29:02.9000378Z    Compiling iana-time-zone v0.1.65
2026-07-29T12:29:03.2044613Z    Compiling portable-pty v0.8.1
2026-07-29T12:29:03.2326547Z    Compiling spt-runtime v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-07-29T12:29:03.2547154Z    Compiling chrono v0.4.45
2026-07-29T12:29:03.4751734Z    Compiling nucleo-matcher v0.3.1
2026-07-29T12:29:03.7704216Z    Compiling spt-term v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-07-29T12:29:03.9280303Z    Compiling ratatui v0.29.0
2026-07-29T12:29:04.3586048Z    Compiling hyper-util v0.1.20
2026-07-29T12:29:04.5550706Z    Compiling qrcode v0.14.1
2026-07-29T12:29:04.5860442Z    Compiling tempfile v3.27.0
2026-07-29T12:29:05.4320974Z    Compiling clap v4.6.1
2026-07-29T12:29:06.3623399Z    Compiling igd-next v0.17.1
2026-07-29T12:29:06.9331110Z    Compiling spt-live v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-07-29T12:29:07.5273589Z    Compiling portmapper v0.16.0
2026-07-29T12:29:12.4388885Z    Compiling rustls-webpki v0.103.13
2026-07-29T12:29:14.8674919Z    Compiling tokio-rustls v0.26.4
2026-07-29T12:29:14.8675599Z    Compiling rustls-platform-verifier v0.7.0
2026-07-29T12:29:14.8676148Z    Compiling noq-proto v0.17.0
2026-07-29T12:29:15.0084221Z    Compiling hickory-net v0.26.0-beta.4
2026-07-29T12:29:15.0084872Z    Compiling hyper-rustls v0.27.9
2026-07-29T12:29:15.0085324Z    Compiling tokio-websockets v0.13.2
2026-07-29T12:29:15.1366290Z    Compiling reqwest v0.13.4
2026-07-29T12:29:16.0395957Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-29T12:29:30.2906546Z    Compiling spt-net v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-07-29T12:29:31.8737547Z    Compiling spt-daemon v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-07-29T12:29:41.9707053Z    Compiling spt v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-07-29T12:29:47.0832911Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 07s
2026-07-29T12:29:47.1067527Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-9c420081533e558a)
2026-07-29T12:29:47.1081398Z 
2026-07-29T12:29:47.1081522Z running 1 test
2026-07-29T12:29:53.1971852Z test new_brain_serves_against_old_broker ... ok
2026-07-29T12:29:53.1972312Z 
2026-07-29T12:29:53.1972726Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.09s
2026-07-29T12:29:53.1973119Z 
